home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
ada
/
gwuada_9.zip
/
4.H
< prev
next >
Wrap
C/C++ Source or Header
|
1992-10-05
|
867b
|
41 lines
/*
* Copyright (C) 1985-1992 New York University
*
* This file is part of the Ada/Ed-C system. See the Ada/Ed README file for
* warranty (none) and distribution info and also the GNU General Public
* License for more details.
*/
#ifndef _4_h
#define _4_h
#include "hdr.h"
#include "libhdr.h"
#include "vars.h"
/* TODO;
REVIEW VALID_OP_TYPES CAREFULLY!!
slide_context (is global integer)
may_slide (is local, copy of slide_context
Need to clarify attribute encoding, not strings ("LAST"), not
symbols (symbol_last), and not even Rosen codes, but rather full
set of integer codes covering all cases, and including Rosen codes
as subset.
The N_VAL(node) field of node has attribute name, often (but not
always)
interpreted as a string.
*/
typedef struct Triplet {
int inf;
int sup;
Node choice_node;
}Triplet;
#endif